home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / misc_pto / basic-c / basic.doc < prev    next >
Text File  |  1988-12-23  |  904b  |  31 lines

  1. This basic interpreter is derived from Herb Schildt's 
  2. interpreter in the book:
  3.  
  4.         C: Power User's Guide
  5.  
  6. I have done extensive rewriting for compatibility, and
  7. also ported it to UNIX. It has been tested on version 5.3 UNIX
  8.  
  9.     a. it now dynamically allocates memory
  10.     for the program file.
  11.     b. broke the single source file into
  12.     multiple files.
  13.     c. termcap capability if on UNIX.
  14.     d. enhanced program file name recognition.
  15.  
  16. I also added several functions.
  17.  
  18. See "defines.h" and "*.bas" for clues to functions.
  19.  
  20. A makefile for UNIX 5.3 and MSC 5.1 are included. This 
  21. is an excellent start to write your own interpreter or
  22. language. (Plus it is just fun to tinker with.)
  23.  
  24. I am in the process of implementing strings and arrays.
  25. Any comments or improvements will be greatly appreciated.
  26.  
  27.         Michael Lavett
  28.         Birmingham, Al.
  29.         USENET: gatech!scbhq!mflpc!mfl
  30.             work: 205-988-1556
  31.